runtime.gcWork.flushedWork (field)
10 uses
	runtime (current package)
		mgc.go#L897: 		if pp.gcw.flushedWork {
		mgc.go#L899: 			pp.gcw.flushedWork = false
		mgc.go#L1619: 			print("runtime: P ", p.id, " flushedWork ", gcw.flushedWork)
		mgcwork.go#L90: 	flushedWork bool
		mgcwork.go#L129: 			w.flushedWork = true
		mgcwork.go#L182: 			w.flushedWork = true
		mgcwork.go#L257: 			w.flushedWork = true
		mgcwork.go#L266: 			w.flushedWork = true
		mgcwork.go#L294: 		w.flushedWork = true
		mgcwork.go#L298: 		w.flushedWork = true // handoff did putfull
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |